Methods of the TCustomDAConnection class.
For a complete list of the TCustomDAConnection class members, see the TCustomDAConnection Members topic.
Public
Name | Description |
ApplyUpdates |
Overloaded.
Applies changes in datasets.
|
Commit |
Commits current transaction.
|
Connect |
Establishes a connection to the server.
|
CreateSQL |
Creates a component for queries execution.
|
Disconnect |
Performs disconnect.
|
ExecProc |
Allows to execute stored procedure or function providing its name and parameters.
|
ExecProcEx |
Allows to execute a stored procedure or function.
|
ExecSQL |
Executes a SQL statement with parameters.
|
ExecSQLEx |
Executes any SQL statement outside the TQuery or TSQL components.
|
GetDatabaseNames |
Returns a database list from the server.
|
GetKeyFieldNames |
Provides a list of available key field names.
|
GetStoredProcNames |
Returns a list of stored procedures from the server.
|
GetTableNames |
Provides a list of available tables names.
|
MonitorMessage |
Sends a specified message through the TCustomDASQLMonitor component.
|
PerformConnect |
Establishes a connection to the server regardless of the LoginPrompt property.
|
Ping |
Used to check state of connection to the server.
|
RemoveFromPool |
Marks the connection that should not be returned to the pool after disconnect.
|
Rollback |
Discards all current data changes and ends transaction.
|
StartTransaction |
Begins a new user transaction.
|
See Also